dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleString Structure / OracleString Constructor / OracleString Constructor(Byte[],Boolean)
The specified byte array.
Specifies whether the byte array is in Unicode encoding or in local encoding.

OracleString Constructor(Byte[],Boolean)
Initializes a new instance of the OracleString structure with the specified array of bytes.
Syntax
'Declaration
 
Public Function New( _
   ByVal bytes() As Byte, _
   ByVal isUnicode As Boolean _
)
 

Parameters

bytes
The specified byte array.
isUnicode
Specifies whether the byte array is in Unicode encoding or in local encoding.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also